//[
StreemInvitation
[androidJvm]
data class StreemInvitation(val invitationSid: String, val invitationCode: String, val url: String, val fromName: String, val fromRemoteId: String? = null, val fromPhotoURL: String? = null, val fromCompanyCode: String? = null, val fromCompanyName: String? = null, val fromCompanyLogoURL: String? = null, val toName: String, val toPhone: String? = null, val expiresAt: Date?, val invitationType: Streem.InvitationType? = null) : Serializable
Constructors
StreemInvitation | [androidJvm] fun StreemInvitation(invitationSid: String, invitationCode: String, url: String, fromName: String, fromRemoteId: String? = null, fromPhotoURL: String? = null, fromCompanyCode: String? = null, fromCompanyName: String? = null, fromCompanyLogoURL: String? = null, toName: String, toPhone: String? = null, expiresAt: Date?, invitationType: Streem.InvitationType? = null) |
Properties
Name | Summary |
---|---|
expiresAt | [androidJvm] val expiresAt: Date? |
fromCompanyCode | [androidJvm] val fromCompanyCode: String? = null |
fromCompanyLogoURL | [androidJvm] val fromCompanyLogoURL: String? = null |
fromCompanyName | [androidJvm] val fromCompanyName: String? = null |
fromName | [androidJvm] val fromName: String |
fromPhotoURL | [androidJvm] val fromPhotoURL: String? = null |
fromRemoteId | [androidJvm] val fromRemoteId: String? = null |
invitationCode | [androidJvm] val invitationCode: String |
invitationSid | [androidJvm] val invitationSid: String |
invitationType | [androidJvm] val invitationType: Streem.InvitationType? = null |
toName | [androidJvm] val toName: String |
toPhone | [androidJvm] val toPhone: String? = null |
url | [androidJvm] val url: String |